list
pure constructor()
Construct a new empty list.
Since
0.6.0
Construct a new list by copying the values from another iterable.
Since
0.6.0
Parameters
values
an iterable containing values with which to initialize this list
Construct a new empty list.
0.6.0
Construct a new list by copying the values from another iterable.
0.6.0
an iterable containing values with which to initialize this list